From fdd3eaafd0d10050d06d690540747d677789a1c5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 22 Dec 2006 20:32:14 +0000 Subject: [PATCH] ($(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O)): Add lastfile.$(O). --- src/makefile.w32-in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.w32-in b/src/makefile.w32-in index ec392a7fbd0..a37cec2794e 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -1490,4 +1490,4 @@ $(BLD)/w32bdf.$(O): \ # Each object file depends on stamp_BLD, because in parallel builds we must # make sure $(BLD) exists before starting compilations. # -$(OBJ0) $(OBJ1) $(WIN32OBJ): stamp_BLD +$(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O): stamp_BLD -- 2.30.2